home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55671 / 55671.xpi / chrome / snipit.jar / content / about.xul next >
Extensible Markup Language  |  2008-03-30  |  1KB  |  34 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3.  
  4. <!DOCTYPE dialog SYSTEM "chrome://snipit/locale/about.dtd">
  5.  
  6. <dialog buttons="accept"
  7.         id="snipit-about-dialog"
  8.         title="&about.wintitle;"
  9.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  10.  
  11.     <vbox>
  12.         <hbox>
  13.             <vbox>
  14.                 <hbox>
  15.                     <description value="&about.title;" style="font-weight: bold; font-size: x-large;" />
  16.                 </hbox>
  17.                 <description value="&about.version;" />
  18.                 <description value="&about.created;" style="font-weight: bold;" />
  19.                 <description value="&about.author;" />
  20.             </vbox>
  21.             <spacer flex="1"/>
  22.             <vbox>
  23.                 <image src="chrome://snipit/skin/logo.png" width="32" height="32"/>
  24.                 <spacer flex="1"/>
  25.             </vbox>
  26.         </hbox>
  27.         <description value="&about.homepage;" style="font-weight: bold;" />
  28.         <description style="color: #0000ff; text-decoration: undeline; cursor: pointer;"
  29.             onclick="window.open('http://www.snip.pl/'); window.close();"
  30.             value="http://www.snip.pl/" />
  31.     </vbox>
  32.     <separator class="groove" id="snipit-about-separator"/>
  33. </dialog>
  34.